@@ -1,5 +1,8 @@ |
||
1 | 1 |
source 'https://rubygems.org' |
2 | 2 |
|
3 |
+# Ruby 2.0 is the minimum requirement |
|
4 |
+ruby ['2.0.0', RUBY_VERSION].max |
|
5 |
+ |
|
3 | 6 |
# Optional libraries. To conserve RAM, comment out any that you don't need, |
4 | 7 |
# then run `bundle` and commit the updated Gemfile and Gemfile.lock. |
5 | 8 |
gem 'twilio-ruby', '~> 3.11.5' # TwilioAgent |